home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic HTML Construction Kit
/
Dynamic HTML Construction Kit.iso
/
earthlink
/
nscomm
/
java40.jar
/
sun
/
io
/
CharToByteUnicodeBigUnmarked.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-11-03
|
320 b
|
9 lines
package sun.io;
public class CharToByteUnicodeBigUnmarked extends CharToByteUnicode {
public CharToByteUnicodeBigUnmarked() {
super.byteOrder = 1;
super.marked = true;
}
}